Skip to content

feat: file list filters#7018

Merged
vitormattos merged 25 commits intomainfrom
feat/file-list-filters
Feb 26, 2026
Merged

feat: file list filters#7018
vitormattos merged 25 commits intomainfrom
feat/file-list-filters

Conversation

@vitormattos
Copy link
Copy Markdown
Member

No description provided.

…leListFilterChips in filters slot

Signed-off-by: Vitor Mattos <[email protected]>
onFilterUpdateChips was emitting libresign:filters:update before
filter_status was persisted, causing getAllFiles to run with stale
state. The subsequent call from onFilterUpdateChipsAndSave (which
actually persists the new value) was then skipped because loading=true.

Only onFilterUpdateChipsAndSave should trigger a re-fetch, since it is
the action that actually updates filter_status/filter_modified.

Signed-off-by: Vitor Mattos <[email protected]>
PHP stores and reads filter config under files_list_filter_status
and files_list_filter_modified (after migration Version17001Date20260210).
The JS was using the old short keys in both loadState reads and PUT
requests, so saved values were never read back on page load.

Signed-off-by: Vitor Mattos <[email protected]>
@vitormattos vitormattos added this to the Next Major (34) milestone Feb 26, 2026
@vitormattos vitormattos self-assigned this Feb 26, 2026
@github-project-automation github-project-automation Bot moved this to 0. Needs triage in Roadmap Feb 26, 2026
@vitormattos
Copy link
Copy Markdown
Member Author

/backport to stable33

@vitormattos vitormattos merged commit faefd03 into main Feb 26, 2026
69 checks passed
@vitormattos vitormattos deleted the feat/file-list-filters branch February 26, 2026 21:31
@github-project-automation github-project-automation Bot moved this from 0. Needs triage to 4. to release in Roadmap Feb 26, 2026
@vitormattos
Copy link
Copy Markdown
Member Author

/backport to stable32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

1 participant